Carbon


AVLDisposeItemProcPtr

Header: AVLTree.h Carbon status: Under Evaluation

typedef void(* AVLDisposeItemProcPtr) (
    AVLTreePtr tree, 
    const void *dataP
);

You would declare your function like this if you were to name it MyAVLDisposeItemCallback:

void MyAVLDisposeItemCallback (
    AVLTreePtr tree, 
    const void *dataP
);

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)